home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr18 / e3mooncm.zip / MCM.BAT < prev    next >
DOS Batch File  |  1995-03-26  |  761b  |  24 lines

  1. @echo off
  2. echo.
  3. echo.
  4. echo  This batch file will run DOOM - MOON CHAINSHAW MASSACRE
  5. echo  It will also manage your saved games. You must run it from your
  6. echo  DOOM directory.
  7. echo.
  8. echo  DOOM registered version v1.666 or greater is required.
  9. echo  If you have an early version, we recommend that you upgrade to v1.9
  10. echo  id's patch file is available in many online services.
  11. echo. 
  12. echo  For a new game chose at the menu, episode 3.
  13. echo. 
  14. echo  To CANCEL press CTRL + BREAK.
  15. echo.
  16. echo.
  17. pause
  18. if exist doomsav?.dsg ren doomsav?.dsg *.ids
  19. if exist doomsav?.mcm ren doomsav?.mcm *.dsg
  20. doom -file e3mooncm.wad
  21. if exist doomsav?.dsg ren doomsav?.dsg *.mcm
  22. if exist doomsav?.ids ren doomsav?.ids *.dsg
  23. echo Quitting Moon Chainshaw Massacre
  24.